home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD1).iso / entertn / demos / files / savage.exe / docs / licenses.txt < prev    next >
Encoding:
Text File  |  2003-09-26  |  45.4 KB  |  961 lines

  1. =================
  2. Legal stuff
  3. =================
  4.  
  5. This game uses unmodified FreeType, glib, libpng, SDL (Linux port 
  6. only), OpenSSL, libcurl, and fmod (which incorporates Ogg Vorbis).
  7.  
  8. Freetype is available under the GPL or the BSD-ish FreeType 
  9. LICENSE.  We are using it under the latter license, included below.
  10.  
  11. glib is available under the LGPL license, which is included below.
  12.  
  13. libpng is available under a custom license that is BSD-ish, 
  14. included below.
  15.  
  16. SDL is available under the LGPL license, which is included below.
  17.  
  18. OpenSSL is available under an Apache-style license, included below.
  19.  
  20. libcurl is available under an MIT-ish license, included below.
  21.  
  22. fmod is a commercial sound library which we have licensed, more 
  23. information is available at fmod.org
  24.  
  25.  
  26.  
  27. We want to thank everyone involved with all of these projects for
  28. making such high-quality software available for others to use.  We
  29. appreciate all the hard work that has gone into these excellent
  30. libraries.
  31.  - S2
  32.  
  33. =================================================================
  34. The FreeType Project LICENSE
  35. =================================================================
  36.  
  37. 2000-Feb-08
  38.  
  39. Copyright 1996-2000 by
  40. David Turner, Robert Wilhelm, and Werner Lemberg
  41.  
  42. Introduction
  43. ============
  44.  
  45. The FreeType  Project is distributed in  several archive packages;
  46. some of them may contain, in addition to the FreeType font engine,
  47. various tools and  contributions which rely on, or  relate to, the
  48. FreeType Project.
  49.  
  50. This  license applies  to all  files found  in such  packages, and
  51. which do not  fall under their own explicit  license.  The license
  52. affects  thus  the  FreeType   font  engine,  the  test  programs,
  53. documentation and makefiles, at the very least.
  54.  
  55. This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
  56. (Independent JPEG  Group) licenses, which  all encourage inclusion
  57. and  use of  free  software in  commercial  and freeware  products
  58. alike.  As a consequence, its main points are that:
  59.  
  60. o We don't promise that this software works. However, we will be
  61. interested in any kind of bug reports. (`as is' distribution)
  62.  
  63. o You can  use this software for whatever you  want, in parts or
  64. full form, without having to pay us. (`royalty-free' usage)
  65.  
  66. o You may not pretend that  you wrote this software.  If you use
  67. it, or  only parts of it,  in a program,  you must acknowledge
  68. somewhere  in  your  documentation  that  you  have  used  the
  69. FreeType code. (`credits')
  70.  
  71. We  specifically  permit  and  encourage  the  inclusion  of  this
  72. software, with  or without modifications,  in commercial products.
  73. We  disclaim  all warranties  covering  The  FreeType Project  and
  74. assume no liability related to The FreeType Project.
  75.  
  76.  
  77. Legal Terms
  78. ===========
  79.  
  80. 0. Definitions
  81. --------------
  82.  
  83. Throughout this license,  the terms `package', `FreeType Project',
  84. and  `FreeType  archive' refer  to  the  set  of files  originally
  85. distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
  86. Werner Lemberg) as the `FreeType Project', be they named as alpha,
  87. beta or final release.
  88.  
  89. `You' refers to  the licensee, or person using  the project, where
  90. `using' is a generic term including compiling the project's source
  91. code as  well as linking it  to form a  `program' or `executable'.
  92. This  program is  referred to  as  `a program  using the  FreeType
  93. engine'.
  94.  
  95. This  license applies  to all  files distributed  in  the original
  96. FreeType  Project,   including  all  source   code,  binaries  and
  97. documentation,  unless  otherwise  stated   in  the  file  in  its
  98. original, unmodified form as  distributed in the original archive.
  99. If you are  unsure whether or not a particular  file is covered by
  100. this license, you must contact us to verify this.
  101.  
  102. The FreeType  Project is copyright (C) 1996-2000  by David Turner,
  103. Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
  104. specified below.
  105.  
  106. 1. No Warranty
  107. --------------
  108.  
  109. THE FREETYPE PROJECT  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
  110. KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
  111. WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
  112. PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
  113. BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
  114. USE, OF THE FREETYPE PROJECT.
  115.  
  116. 2. Redistribution
  117. -----------------
  118.  
  119. This  license  grants  a  worldwide, royalty-free,  perpetual  and
  120. irrevocable right  and license to use,  execute, perform, compile,
  121. display,  copy,   create  derivative  works   of,  distribute  and
  122. sublicense the  FreeType Project (in  both source and  object code
  123. forms)  and  derivative works  thereof  for  any  purpose; and  to
  124. authorize others  to exercise  some or all  of the  rights granted
  125. herein, subject to the following conditions:
  126.  
  127. o Redistribution  of source code  must retain this  license file
  128. (`LICENSE.TXT') unaltered; any additions, deletions or changes
  129. to   the  original   files  must   be  clearly   indicated  in
  130. accompanying  documentation.   The  copyright notices  of  the
  131. unaltered, original  files must be preserved in  all copies of
  132. source files.
  133.  
  134. o Redistribution in binary form must provide a  disclaimer  that
  135. states  that  the software is based in part of the work of the
  136. FreeType Team,  in  the  distribution  documentation.  We also
  137. encourage you to put an URL to the FreeType web page  in  your
  138. documentation, though this isn't mandatory.
  139.  
  140. These conditions  apply to any  software derived from or  based on
  141. the FreeType Project,  not just the unmodified files.   If you use
  142. our work, you  must acknowledge us.  However, no  fee need be paid
  143. to us.
  144.  
  145. 3. Advertising
  146. --------------
  147.  
  148. Neither the  FreeType authors and  contributors nor you  shall use
  149. the name of the  other for commercial, advertising, or promotional
  150. purposes without specific prior written permission.
  151.  
  152. We suggest,  but do not require, that  you use one or  more of the
  153. following phrases to refer  to this software in your documentation
  154. or advertising  materials: `FreeType Project',  `FreeType Engine',
  155. `FreeType library', or `FreeType Distribution'.
  156.  
  157. As  you have  not signed  this license,  you are  not  required to
  158. accept  it.   However,  as  the FreeType  Project  is  copyrighted
  159. material, only  this license, or  another one contracted  with the
  160. authors, grants you  the right to use, distribute,  and modify it.
  161. Therefore,  by  using,  distributing,  or modifying  the  FreeType
  162. Project, you indicate that you understand and accept all the terms
  163. of this license.
  164.  
  165. 4. Contacts
  166. -----------
  167.  
  168. There are two mailing lists related to FreeType:
  169.  
  170. o freetype@freetype.org
  171.  
  172. Discusses general use and applications of FreeType, as well as
  173. future and  wanted additions to the  library and distribution.
  174. If  you are looking  for support,  start in  this list  if you
  175. haven't found anything to help you in the documentation.
  176.  
  177. o devel@freetype.org
  178.  
  179. Discusses bugs,  as well  as engine internals,  design issues,
  180. specific licenses, porting, etc.
  181.  
  182. o http://www.freetype.org
  183.  
  184. Holds the current  FreeType web page, which will  allow you to
  185. download  our  latest  development  version  and  read  online
  186. documentation.
  187.  
  188. You can also contact us individually at:
  189.  
  190. David Turner      <david.turner@freetype.org>
  191. Robert Wilhelm    <robert.wilhelm@freetype.org>
  192. Werner Lemberg    <werner.lemberg@freetype.org>
  193.  
  194.  
  195. ===================================================================
  196.  
  197.           GNU LESSER GENERAL PUBLIC LICENSE
  198.                Version 2.1, February 1999
  199.  
  200.  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  201.      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  202.  Everyone is permitted to copy and distribute verbatim copies
  203.  of this license document, but changing it is not allowed.
  204.  
  205. [This is the first released version of the Lesser GPL.  It also counts
  206.  as the successor of the GNU Library Public License, version 2, hence
  207.  the version number 2.1.]
  208.  
  209.                 Preamble
  210.  
  211.   The licenses for most software are designed to take away your
  212. freedom to share and change it.  By contrast, the GNU General Public
  213. Licenses are intended to guarantee your freedom to share and change
  214. free software--to make sure the software is free for all its users.
  215.  
  216.   This license, the Lesser General Public License, applies to some
  217. specially designated software packages--typically libraries--of the
  218. Free Software Foundation and other authors who decide to use it.  You
  219. can use it too, but we suggest you first think carefully about whether
  220. this license or the ordinary General Public License is the better
  221. strategy to use in any particular case, based on the explanations below.
  222.  
  223.   When we speak of free software, we are referring to freedom of use,
  224. not price.  Our General Public Licenses are designed to make sure that
  225. you have the freedom to distribute copies of free software (and charge
  226. for this service if you wish); that you receive source code or can get
  227. it if you want it; that you can change the software and use pieces of
  228. it in new free programs; and that you are informed that you can do
  229. these things.
  230.  
  231.   To protect your rights, we need to make restrictions that forbid
  232. distributors to deny you these rights or to ask you to surrender these
  233. rights.  These restrictions translate to certain responsibilities for
  234. you if you distribute copies of the library or if you modify it.
  235.  
  236.   For example, if you distribute copies of the library, whether gratis
  237. or for a fee, you must give the recipients all the rights that we gave
  238. you.  You must make sure that they, too, receive or can get the source
  239. code.  If you link other code with the library, you must provide
  240. complete object files to the recipients, so that they can relink them
  241. with the library after making changes to the library and recompiling
  242. it.  And you must show them these terms so they know their rights.
  243.  
  244.   We protect your rights with a two-step method: (1) we copyright the
  245. library, and (2) we offer you this license, which gives you legal
  246. permission to copy, distribute and/or modify the library.
  247.  
  248.   To protect each distributor, we want to make it very clear that
  249. there is no warranty for the free library.  Also, if the library is
  250. modified by someone else and passed on, the recipients should know
  251. that what they have is not the original version, so that the original
  252. author's reputation will not be affected by problems that might be
  253. introduced by others.
  254.  
  255.   Finally, software patents pose a constant threat to the existence of
  256. any free program.  We wish to make sure that a company cannot
  257. effectively restrict the users of a free program by obtaining a
  258. restrictive license from a patent holder.  Therefore, we insist that
  259. any patent license obtained for a version of the library must be
  260. consistent with the full freedom of use specified in this license.
  261.  
  262.   Most GNU software, including some libraries, is covered by the
  263. ordinary GNU General Public License.  This license, the GNU Lesser
  264. General Public License, applies to certain designated libraries, and
  265. is quite different from the ordinary General Public License.  We use
  266. this license for certain libraries in order to permit linking those
  267. libraries into non-free programs.
  268.  
  269.   When a program is linked with a library, whether statically or using
  270. a shared library, the combination of the two is legally speaking a
  271. combined work, a derivative of the original library.  The ordinary
  272. General Public License therefore permits such linking only if the
  273. entire combination fits its criteria of freedom.  The Lesser General
  274. Public License permits more lax criteria for linking other code with
  275. the library.
  276.  
  277.   We call this license the "Lesser" General Public License because it
  278. does Less to protect the user's freedom than the ordinary General
  279. Public License.  It also provides other free software developers Less
  280. of an advantage over competing non-free programs.  These disadvantages
  281. are the reason we use the ordinary General Public License for many
  282. libraries.  However, the Lesser license provides advantages in certain
  283. special circumstances.
  284.  
  285.   For example, on rare occasions, there may be a special need to
  286. encourage the widest possible use of a certain library, so that it becomes
  287. a de-facto standard.  To achieve this, non-free programs must be
  288. allowed to use the library.  A more frequent case is that a free
  289. library does the same job as widely used non-free libraries.  In this
  290. case, there is little to gain by limiting the free library to free
  291. software only, so we use the Lesser General Public License.
  292.  
  293.   In other cases, permission to use a particular library in non-free
  294. programs enables a greater number of people to use a large body of
  295. free software.  For example, permission to use the GNU C Library in
  296. non-free programs enables many more people to use the whole GNU
  297. operating system, as well as its variant, the GNU/Linux operating
  298. system.
  299.  
  300.   Although the Lesser General Public License is Less protective of the
  301. users' freedom, it does ensure that the user of a program that is
  302. linked with the Library has the freedom and the wherewithal to run
  303. that program using a modified version of the Library.
  304.  
  305.   The precise terms and conditions for copying, distribution and
  306. modification follow.  Pay close attention to the difference between a
  307. "work based on the library" and a "work that uses the library".  The
  308. former contains code derived from the library, whereas the latter must
  309. be combined with the library in order to run.
  310.  
  311.           GNU LESSER GENERAL PUBLIC LICENSE
  312.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  313.  
  314.   0. This License Agreement applies to any software library or other
  315. program which contains a notice placed by the copyright holder or
  316. other authorized party saying it may be distributed under the terms of
  317. this Lesser General Public License (also called "this License").
  318. Each licensee is addressed as "you".
  319.  
  320.   A "library" means a collection of software functions and/or data
  321. prepared so as to be conveniently linked with application programs
  322. (which use some of those functions and data) to form executables.
  323.  
  324.   The "Library", below, refers to any such software library or work
  325. which has been distributed under these terms.  A "work based on the
  326. Library" means either the Library or any derivative work under
  327. copyright law: that is to say, a work containing the Library or a
  328. portion of it, either verbatim or with modifications and/or translated
  329. straightforwardly into another language.  (Hereinafter, translation is
  330. included without limitation in the term "modification".)
  331.  
  332.   "Source code" for a work means the preferred form of the work for
  333. making modifications to it.  For a library, complete source code means
  334. all the source code for all modules it contains, plus any associated
  335. interface definition files, plus the scripts used to control compilation
  336. and installation of the library.
  337.  
  338.   Activities other than copying, distribution and modification are not
  339. covered by this License; they are outside its scope.  The act of
  340. running a program using the Library is not restricted, and output from
  341. such a program is covered only if its contents constitute a work based
  342. on the Library (independent of the use of the Library in a tool for
  343. writing it).  Whether that is true depends on what the Library does
  344. and what the program that uses the Library does.
  345.   
  346.   1. You may copy and distribute verbatim copies of the Library's
  347. complete source code as you receive it, in any medium, provided that
  348. you conspicuously and appropriately publish on each copy an
  349. appropriate copyright notice and disclaimer of warranty; keep intact
  350. all the notices that refer to this License and to the absence of any
  351. warranty; and distribute a copy of this License along with the
  352. Library.
  353.  
  354.   You may charge a fee for the physical act of transferring a copy,
  355. and you may at your option offer warranty protection in exchange for a
  356. fee.
  357.  
  358.   2. You may modify your copy or copies of the Library or any portion
  359. of it, thus forming a work based on the Library, and copy and
  360. distribute such modifications or work under the terms of Section 1
  361. above, provided that you also meet all of these conditions:
  362.  
  363.     a) The modified work must itself be a software library.
  364.  
  365.     b) You must cause the files modified to carry prominent notices
  366.     stating that you changed the files and the date of any change.
  367.  
  368.     c) You must cause the whole of the work to be licensed at no
  369.     charge to all third parties under the terms of this License.
  370.  
  371.     d) If a facility in the modified Library refers to a function or a
  372.     table of data to be supplied by an application program that uses
  373.     the facility, other than as an argument passed when the facility
  374.     is invoked, then you must make a good faith effort to ensure that,
  375.     in the event an application does not supply such function or
  376.     table, the facility still operates, and performs whatever part of
  377.     its purpose remains meaningful.
  378.  
  379.     (For example, a function in a library to compute square roots has
  380.     a purpose that is entirely well-defined independent of the
  381.     application.  Therefore, Subsection 2d requires that any
  382.     application-supplied function or table used by this function must
  383.     be optional: if the application does not supply it, the square
  384.     root function must still compute square roots.)
  385.  
  386. These requirements apply to the modified work as a whole.  If
  387. identifiable sections of that work are not derived from the Library,
  388. and can be reasonably considered independent and separate works in
  389. themselves, then this License, and its terms, do not apply to those
  390. sections when you distribute them as separate works.  But when you
  391. distribute the same sections as part of a whole which is a work based
  392. on the Library, the distribution of the whole must be on the terms of
  393. this License, whose permissions for other licensees extend to the
  394. entire whole, and thus to each and every part regardless of who wrote
  395. it.
  396.  
  397. Thus, it is not the intent of this section to claim rights or contest
  398. your rights to work written entirely by you; rather, the intent is to
  399. exercise the right to control the distribution of derivative or
  400. collective works based on the Library.
  401.  
  402. In addition, mere aggregation of another work not based on the Library
  403. with the Library (or with a work based on the Library) on a volume of
  404. a storage or distribution medium does not bring the other work under
  405. the scope of this License.
  406.  
  407.   3. You may opt to apply the terms of the ordinary GNU General Public
  408. License instead of this License to a given copy of the Library.  To do
  409. this, you must alter all the notices that refer to this License, so
  410. that they refer to the ordinary GNU General Public License, version 2,
  411. instead of to this License.  (If a newer version than version 2 of the
  412. ordinary GNU General Public License has appeared, then you can specify
  413. that version instead if you wish.)  Do not make any other change in
  414. these notices.
  415.  
  416.   Once this change is made in a given copy, it is irreversible for
  417. that copy, so the ordinary GNU General Public License applies to all
  418. subsequent copies and derivative works made from that copy.
  419.  
  420.   This option is useful when you wish to copy part of the code of
  421. the Library into a program that is not a library.
  422.  
  423.   4. You may copy and distribute the Library (or a portion or
  424. derivative of it, under Section 2) in object code or executable form
  425. under the terms of Sections 1 and 2 above provided that you accompany
  426. it with the complete corresponding machine-readable source code, which
  427. must be distributed under the terms of Sections 1 and 2 above on a
  428. medium customarily used for software interchange.
  429.  
  430.   If distribution of object code is made by offering access to copy
  431. from a designated place, then offering equivalent access to copy the
  432. source code from the same place satisfies the requirement to
  433. distribute the source code, even though third parties are not
  434. compelled to copy the source along with the object code.
  435.  
  436.   5. A program that contains no derivative of any portion of the
  437. Library, but is designed to work with the Library by being compiled or
  438. linked with it, is called a "work that uses the Library".  Such a
  439. work, in isolation, is not a derivative work of the Library, and
  440. therefore falls outside the scope of this License.
  441.  
  442.   However, linking a "work that uses the Library" with the Library
  443. creates an executable that is a derivative of the Library (because it
  444. contains portions of the Library), rather than a "work that uses the
  445. library".  The executable is therefore covered by this License.
  446. Section 6 states terms for distribution of such executables.
  447.  
  448.   When a "work that uses the Library" uses material from a header file
  449. that is part of the Library, the object code for the work may be a
  450. derivative work of the Library even though the source code is not.
  451. Whether this is true is especially significant if the work can be
  452. linked without the Library, or if the work is itself a library.  The
  453. threshold for this to be true is not precisely defined by law.
  454.  
  455.   If such an object file uses only numerical parameters, data
  456. structure layouts and accessors, and small macros and small inline
  457. functions (ten lines or less in length), then the use of the object
  458. file is unrestricted, regardless of whether it is legally a derivative
  459. work.  (Executables containing this object code plus portions of the
  460. Library will still fall under Section 6.)
  461.  
  462.   Otherwise, if the work is a derivative of the Library, you may
  463. distribute the object code for the work under the terms of Section 6.
  464. Any executables containing that work also fall under Section 6,
  465. whether or not they are linked directly with the Library itself.
  466.  
  467.   6. As an exception to the Sections above, you may also combine or
  468. link a "work that uses the Library" with the Library to produce a
  469. work containing portions of the Library, and distribute that work
  470. under terms of your choice, provided that the terms permit
  471. modification of the work for the customer's own use and reverse
  472. engineering for debugging such modifications.
  473.  
  474.   You must give prominent notice with each copy of the work that the
  475. Library is used in it and that the Library and its use are covered by
  476. this License.  You must supply a copy of this License.  If the work
  477. during execution displays copyright notices, you must include the
  478. copyright notice for the Library among them, as well as a reference
  479. directing the user to the copy of this License.  Also, you must do one
  480. of these things:
  481.  
  482.     a) Accompany the work with the complete corresponding
  483.     machine-readable source code for the Library including whatever
  484.     changes were used in the work (which must be distributed under
  485.     Sections 1 and 2 above); and, if the work is an executable linked
  486.     with the Library, with the complete machine-readable "work that
  487.     uses the Library", as object code and/or source code, so that the
  488.     user can modify the Library and then relink to produce a modified
  489.     executable containing the modified Library.  (It is understood
  490.     that the user who changes the contents of definitions files in the
  491.     Library will not necessarily be able to recompile the application
  492.     to use the modified definitions.)
  493.  
  494.     b) Use a suitable shared library mechanism for linking with the
  495.     Library.  A suitable mechanism is one that (1) uses at run time a
  496.     copy of the library already present on the user's computer system,
  497.     rather than copying library functions into the executable, and (2)
  498.     will operate properly with a modified version of the library, if
  499.     the user installs one, as long as the modified version is
  500.     interface-compatible with the version that the work was made with.
  501.  
  502.     c) Accompany the work with a written offer, valid for at
  503.     least three years, to give the same user the materials
  504.     specified in Subsection 6a, above, for a charge no more
  505.     than the cost of performing this distribution.
  506.  
  507.     d) If distribution of the work is made by offering access to copy
  508.     from a designated place, offer equivalent access to copy the above
  509.     specified materials from the same place.
  510.  
  511.     e) Verify that the user has already received a copy of these
  512.     materials or that you have already sent this user a copy.
  513.  
  514.   For an executable, the required form of the "work that uses the
  515. Library" must include any data and utility programs needed for
  516. reproducing the executable from it.  However, as a special exception,
  517. the materials to be distributed need not include anything that is
  518. normally distributed (in either source or binary form) with the major
  519. components (compiler, kernel, and so on) of the operating system on
  520. which the executable runs, unless that component itself accompanies
  521. the executable.
  522.  
  523.   It may happen that this requirement contradicts the license
  524. restrictions of other proprietary libraries that do not normally
  525. accompany the operating system.  Such a contradiction means you cannot
  526. use both them and the Library together in an executable that you
  527. distribute.
  528.  
  529.   7. You may place library facilities that are a work based on the
  530. Library side-by-side in a single library together with other library
  531. facilities not covered by this License, and distribute such a combined
  532. library, provided that the separate distribution of the work based on
  533. the Library and of the other library facilities is otherwise
  534. permitted, and provided that you do these two things:
  535.  
  536.     a) Accompany the combined library with a copy of the same work
  537.     based on the Library, uncombined with any other library
  538.     facilities.  This must be distributed under the terms of the
  539.     Sections above.
  540.  
  541.     b) Give prominent notice with the combined library of the fact
  542.     that part of it is a work based on the Library, and explaining
  543.     where to find the accompanying uncombined form of the same work.
  544.  
  545.   8. You may not copy, modify, sublicense, link with, or distribute
  546. the Library except as expressly provided under this License.  Any
  547. attempt otherwise to copy, modify, sublicense, link with, or
  548. distribute the Library is void, and will automatically terminate your
  549. rights under this License.  However, parties who have received copies,
  550. or rights, from you under this License will not have their licenses
  551. terminated so long as such parties remain in full compliance.
  552.  
  553.   9. You are not required to accept this License, since you have not
  554. signed it.  However, nothing else grants you permission to modify or
  555. distribute the Library or its derivative works.  These actions are
  556. prohibited by law if you do not accept this License.  Therefore, by
  557. modifying or distributing the Library (or any work based on the
  558. Library), you indicate your acceptance of this License to do so, and
  559. all its terms and conditions for copying, distributing or modifying
  560. the Library or works based on it.
  561.  
  562.   10. Each time you redistribute the Library (or any work based on the
  563. Library), the recipient automatically receives a license from the
  564. original licensor to copy, distribute, link with or modify the Library
  565. subject to these terms and conditions.  You may not impose any further
  566. restrictions on the recipients' exercise of the rights granted herein.
  567. You are not responsible for enforcing compliance by third parties with
  568. this License.
  569.  
  570.   11. If, as a consequence of a court judgment or allegation of patent
  571. infringement or for any other reason (not limited to patent issues),
  572. conditions are imposed on you (whether by court order, agreement or
  573. otherwise) that contradict the conditions of this License, they do not
  574. excuse you from the conditions of this License.  If you cannot
  575. distribute so as to satisfy simultaneously your obligations under this
  576. License and any other pertinent obligations, then as a consequence you
  577. may not distribute the Library at all.  For example, if a patent
  578. license would not permit royalty-free redistribution of the Library by
  579. all those who receive copies directly or indirectly through you, then
  580. the only way you could satisfy both it and this License would be to
  581. refrain entirely from distribution of the Library.
  582.  
  583. If any portion of this section is held invalid or unenforceable under any
  584. particular circumstance, the balance of the section is intended to apply,
  585. and the section as a whole is intended to apply in other circumstances.
  586.  
  587. It is not the purpose of this section to induce you to infringe any
  588. patents or other property right claims or to contest validity of any
  589. such claims; this section has the sole purpose of protecting the
  590. integrity of the free software distribution system which is
  591. implemented by public license practices.  Many people have made
  592. generous contributions to the wide range of software distributed
  593. through that system in reliance on consistent application of that
  594. system; it is up to the author/donor to decide if he or she is willing
  595. to distribute software through any other system and a licensee cannot
  596. impose that choice.
  597.  
  598. This section is intended to make thoroughly clear what is believed to
  599. be a consequence of the rest of this License.
  600.  
  601.   12. If the distribution and/or use of the Library is restricted in
  602. certain countries either by patents or by copyrighted interfaces, the
  603. original copyright holder who places the Library under this License may add
  604. an explicit geographical distribution limitation excluding those countries,
  605. so that distribution is permitted only in or among countries not thus
  606. excluded.  In such case, this License incorporates the limitation as if
  607. written in the body of this License.
  608.  
  609.   13. The Free Software Foundation may publish revised and/or new
  610. versions of the Lesser General Public License from time to time.
  611. Such new versions will be similar in spirit to the present version,
  612. but may differ in detail to address new problems or concerns.
  613.  
  614. Each version is given a distinguishing version number.  If the Library
  615. specifies a version number of this License which applies to it and
  616. "any later version", you have the option of following the terms and
  617. conditions either of that version or of any later version published by
  618. the Free Software Foundation.  If the Library does not specify a
  619. license version number, you may choose any version ever published by
  620. the Free Software Foundation.
  621.  
  622.   14. If you wish to incorporate parts of the Library into other free
  623. programs whose distribution conditions are incompatible with these,
  624. write to the author to ask for permission.  For software which is
  625. copyrighted by the Free Software Foundation, write to the Free
  626. Software Foundation; we sometimes make exceptions for this.  Our
  627. decision will be guided by the two goals of preserving the free status
  628. of all derivatives of our free software and of promoting the sharing
  629. and reuse of software generally.
  630.  
  631.                 NO WARRANTY
  632.  
  633.   15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  634. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  635. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  636. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  637. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  638. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  639. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  640. LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  641. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  642.  
  643.   16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  644. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  645. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  646. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  647. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  648. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  649. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  650. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  651. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  652. DAMAGES.
  653.  
  654.              END OF TERMS AND CONDITIONS
  655.  
  656.            How to Apply These Terms to Your New Libraries
  657.  
  658.   If you develop a new library, and you want it to be of the greatest
  659. possible use to the public, we recommend making it free software that
  660. everyone can redistribute and change.  You can do so by permitting
  661. redistribution under these terms (or, alternatively, under the terms of the
  662. ordinary General Public License).
  663.  
  664.   To apply these terms, attach the following notices to the library.  It is
  665. safest to attach them to the start of each source file to most effectively
  666. convey the exclusion of warranty; and each file should have at least the
  667. "copyright" line and a pointer to where the full notice is found.
  668.  
  669.     <one line to give the library's name and a brief idea of what it does.>
  670.     Copyright (C) <year>  <name of author>
  671.  
  672.     This library is free software; you can redistribute it and/or
  673.     modify it under the terms of the GNU Lesser General Public
  674.     License as published by the Free Software Foundation; either
  675.     version 2.1 of the License, or (at your option) any later version.
  676.  
  677.     This library is distributed in the hope that it will be useful,
  678.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  679.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  680.     Lesser General Public License for more details.
  681.  
  682.     You should have received a copy of the GNU Lesser General Public
  683.     License along with this library; if not, write to the Free Software
  684.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  685.  
  686. Also add information on how to contact you by electronic and paper mail.
  687.  
  688. You should also get your employer (if you work as a programmer) or your
  689. school, if any, to sign a "copyright disclaimer" for the library, if
  690. necessary.  Here is a sample; alter the names:
  691.  
  692.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  693.   library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  694.  
  695.   <signature of Ty Coon>, 1 April 1990
  696.   Ty Coon, President of Vice
  697.  
  698. That's all there is to it!
  699.  
  700. ==================================================================================
  701. libpng-license.txt
  702. ==================================================================================
  703.  
  704. This copy of the libpng notices is provided for your convenience.  In case of
  705. any discrepancy between this copy and the notices in the file png.h that is
  706. included in the libpng distribution, the latter shall prevail.
  707.  
  708. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  709.  
  710. If you modify libpng you may insert additional notices immediately following
  711. this sentence.
  712.  
  713. libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
  714. Copyright (c) 2000-2002 Glenn Randers-Pehrson
  715. and are distributed according to the same disclaimer and license as libpng-1.0.6
  716. with the following individuals added to the list of Contributing Authors
  717.  
  718.    Simon-Pierre Cadieux
  719.    Eric S. Raymond
  720.    Gilles Vollant
  721.  
  722. and with the following additions to the disclaimer:
  723.  
  724.    There is no warranty against interference with your enjoyment of the
  725.    library or against infringement.  There is no warranty that our
  726.    efforts or the library will fulfill any of your particular purposes
  727.    or needs.  This library is provided with all faults, and the entire
  728.    risk of satisfactory quality, performance, accuracy, and effort is with
  729.    the user.
  730.  
  731. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  732. Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
  733. distributed according to the same disclaimer and license as libpng-0.96,
  734. with the following individuals added to the list of Contributing Authors:
  735.  
  736.    Tom Lane
  737.    Glenn Randers-Pehrson
  738.    Willem van Schaik
  739.  
  740. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  741. Copyright (c) 1996, 1997 Andreas Dilger
  742. Distributed according to the same disclaimer and license as libpng-0.88,
  743. with the following individuals added to the list of Contributing Authors:
  744.  
  745.    John Bowler
  746.    Kevin Bracey
  747.    Sam Bushell
  748.    Magnus Holmgren
  749.    Greg Roelofs
  750.    Tom Tanner
  751.  
  752. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  753. Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  754.  
  755. For the purposes of this copyright and license, "Contributing Authors"
  756. is defined as the following set of individuals:
  757.  
  758.    Andreas Dilger
  759.    Dave Martindale
  760.    Guy Eric Schalnat
  761.    Paul Schmidt
  762.    Tim Wegner
  763.  
  764. The PNG Reference Library is supplied "AS IS".  The Contributing Authors
  765. and Group 42, Inc. disclaim all warranties, expressed or implied,
  766. including, without limitation, the warranties of merchantability and of
  767. fitness for any purpose.  The Contributing Authors and Group 42, Inc.
  768. assume no liability for direct, indirect, incidental, special, exemplary,
  769. or consequential damages, which may result from the use of the PNG
  770. Reference Library, even if advised of the possibility of such damage.
  771.  
  772. Permission is hereby granted to use, copy, modify, and distribute this
  773. source code, or portions hereof, for any purpose, without fee, subject
  774. to the following restrictions:
  775.  
  776. 1. The origin of this source code must not be misrepresented.
  777.  
  778. 2. Altered versions must be plainly marked as such and must not
  779.    be misrepresented as being the original source.
  780.  
  781. 3. This Copyright notice may not be removed or altered from any
  782.    source or altered source distribution.
  783.  
  784. The Contributing Authors and Group 42, Inc. specifically permit, without
  785. fee, and encourage the use of this source code as a component to
  786. supporting the PNG file format in commercial products.  If you use this
  787. source code in a product, acknowledgment is not required but would be
  788. appreciated.
  789.  
  790.  
  791. A "png_get_copyright" function is available, for convenient use in "about"
  792. boxes and the like:
  793.  
  794.    printf("%s",png_get_copyright(NULL));
  795.  
  796. Also, the PNG logo (in PNG format, of course) is supplied in the
  797. files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  798.  
  799. Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
  800. certification mark of the Open Source Initiative.
  801.  
  802. Glenn Randers-Pehrson
  803. randeg@alum.rpi.edu
  804. October 3, 2002
  805.  
  806. =============================================================================
  807. OpenSSL license
  808. =============================================================================
  809.  
  810.   LICENSE ISSUES
  811.   ==============
  812.  
  813.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  814.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  815.   See below for the actual license texts. Actually both licenses are BSD-style
  816.   Open Source licenses. In case of any license issues related to OpenSSL
  817.   please contact openssl-core@openssl.org.
  818.  
  819.   OpenSSL License
  820.   ---------------
  821.  
  822. /* ====================================================================
  823.  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  824.  *
  825.  * Redistribution and use in source and binary forms, with or without
  826.  * modification, are permitted provided that the following conditions
  827.  * are met:
  828.  *
  829.  * 1. Redistributions of source code must retain the above copyright
  830.  *    notice, this list of conditions and the following disclaimer. 
  831.  *
  832.  * 2. Redistributions in binary form must reproduce the above copyright
  833.  *    notice, this list of conditions and the following disclaimer in
  834.  *    the documentation and/or other materials provided with the
  835.  *    distribution.
  836.  *
  837.  * 3. All advertising materials mentioning features or use of this
  838.  *    software must display the following acknowledgment:
  839.  *    "This product includes software developed by the OpenSSL Project
  840.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  841.  *
  842.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  843.  *    endorse or promote products derived from this software without
  844.  *    prior written permission. For written permission, please contact
  845.  *    openssl-core@openssl.org.
  846.  *
  847.  * 5. Products derived from this software may not be called "OpenSSL"
  848.  *    nor may "OpenSSL" appear in their names without prior written
  849.  *    permission of the OpenSSL Project.
  850.  *
  851.  * 6. Redistributions of any form whatsoever must retain the following
  852.  *    acknowledgment:
  853.  *    "This product includes software developed by the OpenSSL Project
  854.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  855.  *
  856.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  857.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  858.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  859.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  860.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  861.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  862.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  863.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  864.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  865.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  866.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  867.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  868.  * ====================================================================
  869.  *
  870.  * This product includes cryptographic software written by Eric Young
  871.  * (eay@cryptsoft.com).  This product includes software written by Tim
  872.  * Hudson (tjh@cryptsoft.com).
  873.  *
  874.  */
  875.  
  876.  Original SSLeay License
  877.  -----------------------
  878.  
  879. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  880.  * All rights reserved.
  881.  *
  882.  * This package is an SSL implementation written
  883.  * by Eric Young (eay@cryptsoft.com).
  884.  * The implementation was written so as to conform with Netscapes SSL.
  885.  * 
  886.  * This library is free for commercial and non-commercial use as long as
  887.  * the following conditions are aheared to.  The following conditions
  888.  * apply to all code found in this distribution, be it the RC4, RSA,
  889.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  890.  * included with this distribution is covered by the same copyright terms
  891.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  892.  * 
  893.  * Copyright remains Eric Young's, and as such any Copyright notices in
  894.  * the code are not to be removed.
  895.  * If this package is used in a product, Eric Young should be given attribution
  896.  * as the author of the parts of the library used.
  897.  * This can be in the form of a textual message at program startup or
  898.  * in documentation (online or textual) provided with the package.
  899.  * 
  900.  * Redistribution and use in source and binary forms, with or without
  901.  * modification, are permitted provided that the following conditions
  902.  * are met:
  903.  * 1. Redistributions of source code must retain the copyright
  904.  *    notice, this list of conditions and the following disclaimer.
  905.  * 2. Redistributions in binary form must reproduce the above copyright
  906.  *    notice, this list of conditions and the following disclaimer in the
  907.  *    documentation and/or other materials provided with the distribution.
  908.  * 3. All advertising materials mentioning features or use of this software
  909.  *    must display the following acknowledgement:
  910.  *    "This product includes cryptographic software written by
  911.  *     Eric Young (eay@cryptsoft.com)"
  912.  *    The word 'cryptographic' can be left out if the rouines from the library
  913.  *    being used are not cryptographic related :-).
  914.  * 4. If you include any Windows specific code (or a derivative thereof) from 
  915.  *    the apps directory (application code) you must include an acknowledgement:
  916.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  917.  * 
  918.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  919.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  920.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  921.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  922.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  923.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  924.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  925.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  926.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  927.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  928.  * SUCH DAMAGE.
  929.  * 
  930.  * The licence and distribution terms for any publically available version or
  931.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  932.  * copied and put under another distribution licence
  933.  * [including the GNU Public Licence.]
  934.  */
  935.  
  936. ============================================================================
  937. libcurl license
  938. ============================================================================
  939.  
  940. COPYRIGHT AND PERMISSION NOTICE
  941.  
  942. Copyright (c) 1996 - 2003, Daniel Stenberg, <daniel@haxx.se>.
  943.  
  944. All rights reserved.
  945.  
  946. Permission to use, copy, modify, and distribute this software for any purpose
  947. with or without fee is hereby granted, provided that the above copyright
  948. notice and this permission notice appear in all copies.
  949.  
  950. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  951. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  952. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  953. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  954. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  955. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  956. OR OTHER DEALINGS IN THE SOFTWARE.
  957.  
  958. Except as contained in this notice, the name of a copyright holder shall not
  959. be used in advertising or otherwise to promote the sale, use or other dealings
  960. in this Software without prior written authorization of the copyright holder.
  961.